🎮 Эффективное управление ветками с помощью git rebase
Проблема: при работе с несколькими ветками в Git история коммитов может становиться запутанной из-за частых слияний, что усложняет анализ изменений. Решение: в книге "Mastering Git" автор показывает использование команды git rebase, которая позволяет линейно интегрировать изменения из одной ветки в другую, сохраняя историю чистой и понятной.
Пример кода:
# Переключаемся на ветку feature git checkout feature
# Выполняем rebase на master git rebase master
# Если возникают конфликты, разрешаем их и продолжаем rebase git add <исправленные файлы> git rebase --continue
# Переключаемся на master и сливаем изменения git checkout master git merge feature --ff-only
Преимущества:
— Чистая и линейная история изменений. — Упрощение процесса ревью кода. — Лёгкость в отслеживании изменений.
Еще больше полезных книг — в нашем канале @progbook
🎮 Эффективное управление ветками с помощью git rebase
Проблема: при работе с несколькими ветками в Git история коммитов может становиться запутанной из-за частых слияний, что усложняет анализ изменений. Решение: в книге "Mastering Git" автор показывает использование команды git rebase, которая позволяет линейно интегрировать изменения из одной ветки в другую, сохраняя историю чистой и понятной.
Пример кода:
# Переключаемся на ветку feature git checkout feature
# Выполняем rebase на master git rebase master
# Если возникают конфликты, разрешаем их и продолжаем rebase git add <исправленные файлы> git rebase --continue
# Переключаемся на master и сливаем изменения git checkout master git merge feature --ff-only
Преимущества:
— Чистая и линейная история изменений. — Упрощение процесса ревью кода. — Лёгкость в отслеживании изменений.
Еще больше полезных книг — в нашем канале @progbook
You can’t. What you can do, though, is use WhatsApp’s and Telegram’s web platforms to transfer stickers. It’s easy, but might take a while.Open WhatsApp in your browser, find a sticker you like in a chat, and right-click on it to save it as an image. The file won’t be a picture, though—it’s a webpage and will have a .webp extension. Don’t be scared, this is the way. Repeat this step to save as many stickers as you want.Then, open Telegram in your browser and go into your Saved messages chat. Just as you’d share a file with a friend, click the Share file button on the bottom left of the chat window (it looks like a dog-eared paper), and select the .webp files you downloaded. Click Open and you’ll see your stickers in your Saved messages chat. This is now your sticker depository. To use them, forward them as you would a message from one chat to the other: by clicking or long-pressing on the sticker, and then choosing Forward.
Telegram Auto-Delete Messages in Any Chat
Some messages aren’t supposed to last forever. There are some Telegram groups and conversations where it’s best if messages are automatically deleted in a day or a week. Here’s how to auto-delete messages in any Telegram chat. You can enable the auto-delete feature on a per-chat basis. It works for both one-on-one conversations and group chats. Previously, you needed to use the Secret Chat feature to automatically delete messages after a set time. At the time of writing, you can choose to automatically delete messages after a day or a week. Telegram starts the timer once they are sent, not after they are read. This won’t affect the messages that were sent before enabling the feature.
Библиотека джависта | Java Spring Maven Hibernate from sa